速報APP / 通訊 / pfodDesigner V3 for pfodApp

pfodDesigner V3 for pfodApp

價格:免費

更新日期:2019-05-20

檔案大小:2.2M

目前版本:pfodDesignerV3

版本需求:Android 4.0 以上版本

官方網站:http://www.pfod.com.au

Email:support@pfod.com.au

聯絡地址:PO Box 3192 Erina, NSW Australia, 2250

pfodDesigner V3 for pfodApp(圖1)-速報App

pfodDesigner V3 for pfodApp (www.pfod.com.au)

pfod™ (Protocol For Operations Discovery)

Checkout a user's YouTube series on using pfodDesigner and pfodApp https://youtu.be/g2zPxNtNc6g

pfodDesigner V3 for pfodApp(圖2)-速報App

Latest release lets you create charts and log Arduino data on your Andriod.

Create custom Android menus to turn Arduino outputs on and off, quickly and easily via Bluetooth Low Energy (BLE), Bluetooth V2, Wifi/Ethernet or SMS

No Arduino Programming required and no Android programming required.

pfodDesigner V3 for pfodApp(圖3)-速報App

Generates Sketches for Adafruit Bluefruit Feather52, Ardunio 101 (Genuino 101), RedBear BLE NanoV2 and V1.5, RFduino BLE, Itead BLE Shield (HM_10 modules), Adafruit Bluefruit BLE Friends, ESP8266, FioV3, LinkIt ONE, WildfireV3, SIM900 GPRS, Arduino Ethernet, and WiFi and Bluetooth V2 shields, etc

This free application lets you interactively design and view pfodApp menus and generates all the required Arduino code to turn Arduino outputs on and off from your mobile, via pfodApp.

See the step by step tutorial on building a menu and generating the Arduino code at

pfodDesigner V3 for pfodApp(圖4)-速報App

http://www.forward.com.au/pfod/pfodDesigner/index.html

pfod menus consist of a scrollable list of buttons and some (possible blank) prompt text. pfodDesigner lets you create a menu, customise the prompt, add buttons, set the background colour, set the font colour, font size and font style. All with interactive preview. In app help is also available

When you are happy with how your menu looks the pfodDesigner will generate Arduino code that will display this menu on your Android mobile using pfodApp. You can specify the serial connection and baud rate to suit your hardware. No Android programming required. No Arduino programming required.

pfodDesigner V3 for pfodApp(圖5)-速報App

pfodDesigner saves the code to a file on your mobile -- /pfodAppRawData/pfodDesignerV3.txt

The generated code also handles the commands returned when the user clicks the buttons

Copy this file to your computer and paste the code into the Arduino IDE.

pfodDesigner V3 for pfodApp(圖6)-速報App

(http://www.forward.com.au/pfod/Android_pfodApp/pfodAppForAndroidGettingStarted.pdf

covers copying pfodApp Raw Data files to your computer.)

If you choose On/Off toggle buttons then the pfodDesigner generates ALL the Arduino code need to turn your choosen output on and off. You can even specify the state of the output when Arduino powers up.

pfodDesigner V3 for pfodApp(圖7)-速報App

If you choose simple buttons for you menu then the pfodDesigner generates the Arduino code need to send the menu and parser the commands.

All you need to do then is replace the place holder comments with your own Arduino action code for each button command

e.g.

pfodDesigner V3 for pfodApp(圖8)-速報App

} else if('A'==cmd) { // user pressed -- ON

// << add your action code here for this button

The pfodDesigner stores your designs so you can easily go back modify them as needed.

pfodDesigner V3 for pfodApp(圖9)-速報App

Email support if you need assistance.

Note about pfodDesignerV3 app code:

-----------------------------------------------

All pfodDesignerV3 screens are just standard pfod screens. The pfodDesignerV3 is actually just a copy of pfodApp with a back end added to save your data and serve up the various screens using standard pfod messages. Open the mobile's menu in the app and choose Debug View to see the pfod messages that are generating the pfodDesigner screens.